Modify VM Request with good & bad input
open http://spws-dev.cis.fiu.edu/Senior-Project-Web-Site-Ver-5/admin/admin_dashboard
selectWindow null
clickAndWait link=VM Requests
selectAndWait id=status label=PENDING
store ${KEY_BACKSPACE} KEY_BACKSPACE
sendKeys id=ram ${KEY_BACKSPACE}
sendKeys id=ram ${KEY_BACKSPACE}
sendKeys id=ram ${KEY_BACKSPACE}
type id=ram h
click id=submitRequests
assertAlert RAM value: h must be numeric and greater than zero
sendKeys id=ram ${KEY_BACKSPACE}
type id=ram 2
sendKeys id=storage ${KEY_BACKSPACE}
sendKeys id=storage ${KEY_BACKSPACE}
sendKeys id=storage ${KEY_BACKSPACE}
type id=hdd 0
click id=submitRequests
assertAlert Storage value: 0 must be numeric and greater than zero
sendKeys id=storage ${KEY_BACKSPACE}
type id=hdd 10
click id=submitRequests